home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / borg.arc / README < prev    next >
Text File  |  1985-12-29  |  7KB  |  147 lines

  1.  
  2.  
  3.  
  4.                       --------------------
  5.  
  6.                         READ THIS FIRST!
  7.  
  8.                       --------------------
  9.  
  10.  
  11.  
  12.         *   BORG.ARC AND THE PROGRAMS CONTAINED THEREIN   *
  13.         *   (WITH THE EXCEPTION OF THE PUBLIC DOMAIN      *
  14.         *    PROGRAM GLYPHE,COPYRIGHT CHARLES B. DUFF     *
  15.         *    3/6/1983, PUBLISHED IN BYTE VOL.8(11)1983)   *
  16.         *          ARE COPYRIGHT LEE COOK 1985            *
  17.  
  18.             YOU MAY USE, MODIFY AND COPY THESE PROGRAMS
  19.             FOR PERSONAL USE ONLY.UNAUTHORIZED SALE IS
  20.             EXPRESSLY FORBIDDEN;IT'S ALSO BAD MANNERS!
  21.  
  22.  
  23.  
  24.  
  25.         INSTRUCTIONS FOR USE:
  26.  
  27.              BORG is a BASIC program organizer which is meant to be 
  28.         used with IBM BASICA.It will allow you to run all of your 
  29.         BASIC programs with simple keystrokes instead of manual entry.  
  30.          Once you have extracted all the programs from the archival 
  31.         file (BORG.ARC) using ARC430.com ,load BASICA and put the 
  32.         diskette containing the BORG files in drive B:. Type <load 
  33.         "b:BORG.BAS"> and hit the enter key. Then type <run> and hit 
  34.         the enter key. The program will load and the main menu will 
  35.         appear on the screen.  
  36.  
  37.                *****IMPORTANT NOTE: to run BORG.BAS *****
  38.                *****the following files MUST be on  *****
  39.                *****the drive B: diskette:          *****
  40.                *****     BORG.BAS                   *****
  41.                *****     MENU1.TXT                  *****
  42.                *****     KBORG.DAT                  *****
  43.  
  44.              The menu will give a list of active function keys and 
  45.         their respective functions.Just press the appropriate function 
  46.         key to activate the function.It is recommended that you read 
  47.         the instructions first.
  48.  
  49.              The current menu choices are:
  50.  
  51.                          F1:file set-up (see below)
  52.                          F2:instructions
  53.                          F3:Games menu (see below)
  54.                          F4:Graphics menu (see below)
  55.                          F5:open
  56.                          F6:exit to BASIC (self-evident)
  57.                          F7:exit to DOS (self-evident)
  58.                          F8-F10: open
  59.  
  60.         MENU SELECTIONS:
  61.  
  62.              Two active submenus,GAMES and GRAPHICS, are given for 
  63.         examples. When you press these choices, the program chains to 
  64.         a submenu program. You will then be presented with a menu of 
  65.         individual program choices, each associated with a listed 
  66.         function key in the same manner as the main menu. When you
  67.         press the function key for a program,the program chains to
  68.         the appropriate program. When the program ends, it will chain
  69.         back to the appropriate submenu for new choices. You can also 
  70.         go back to the main menu, or exit to BASIC or DOS should you 
  71.         so choose.
  72.  
  73.               NOTE: each submenu needs three files to run, labeled 
  74.         *.bas,*.txt, and *.dat, where *= the appropriate menu (GAMES, 
  75.         etc.). The *.bas file is the submenu program itself, the *.txt 
  76.         file is a display screen created with GLYPHE, and *.dat is a 
  77.         data file for menu set-up.The *.dat file can be modified by 
  78.         using the menu set-up option. This option, discussed in more 
  79.         detail below, is identical in format for both main- and sub-
  80.         menus.  
  81.  
  82.         FILE SET-UP:     
  83.  
  84.              In the main menu, pressing F1:, file set-up, will allow 
  85.         you to modify the function keys to permit adding new menus, 
  86.         deleting old menus, or just changing the order around. After 
  87.         reading the instructions you will be asked to choose either
  88.         (1) no change, or (2) change for each function key. Just press 
  89.         the NUMBER KEY desired. If your choice is (1) the program 
  90.         retains the old value and moves on to the next function key. 
  91.         If your choice is (2) you will then be asked to input the new
  92.         text to be displayed next to that function key. Type in what
  93.         you want (keep it <20 characters ) and hit the enter key. You 
  94.         will then be asked to enter the file ID of your new choice.
  95.         Now enter the drive and file ID of the program to chain to.
  96.         Remember to include the drive and extension!
  97.  
  98.              For example, if you wanted to change F9: to a database 
  99.         menu, you would enter <Database Menu> at the MENU prompt and 
  100.         <B:DATABASE.BAS> at the FILE prompt.
  101.  
  102.             NOTE: Remember that BORG will not write your program for
  103.                   the new menu to be chained to! In the example above
  104.                   you would have to write a new submenu program 
  105.                   (DATABASE.BAS) as well as the associated display 
  106.                   file (DATABASE.TXT).You can use the GAMES and 
  107.                   GRAPHICS progams included as examples.
  108.  
  109.             NOTE: BORG as it is currently set up will not permit 
  110.                   changes in F1:,F2:,F6:,or F7:!!! The functions 
  111.                   associate with these are written into the program.
  112.                   If this is inconvenient, modify the program as
  113.                   you see fit. In the submenus, no changes are 
  114.                   permitted in F1:,F2:, and F3: for the same reasons.
  115.  
  116.              If you made a mistake in entering information, just 
  117.         finish up and re-run the file set-up option again. Remember 
  118.         that if you have changed a function key, the changes will be 
  119.         immediately effective, although the menu text will not change 
  120.         until the program is rerun.
  121.  
  122.              When you install individual programs in a submenu, 
  123.         remember to transfer the appropriate program to the same 
  124.         diskette as BORG. Also remember to modify the program to allow 
  125.         chaining back to the appropriate submenu. You can use any of 
  126.         the GAME programs for an example.
  127.  
  128.  
  129.  
  130.         *************************DISCLAIMER*************************
  131.  
  132.         WHILE THIS PROGRAM(S) WORKS WELL FOR MY PURPOSES, I CANNOT SAY 
  133.         WHETHER IT WILL WORK PERFECTLY FOR YOU, ESPECIALLY IF YOU HAVE 
  134.         MODIFIED IT. THEREFORE, THIS PROGRAM(S) IS PROVIDED WITHOUT 
  135.         WARRANTY OF ANY KIND. IN NO EVENT WILL THE AUTHOR BE LIABLE 
  136.         FOR DAMAGES OF ANY KIND ASSOCIATED WITH THE USE OF THIS 
  137.         PROGRAM(S).WHILE THE AUTHOR ENCOURAGES MODIFICATION OF THE 
  138.         PROGRAM(S) HE CANNOT BE HELD RESPONSIBLE FOR ANY CONSEQUENCES 
  139.         AFTER SAID MODIFICATION.
  140.  
  141.         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  142.  
  143.  
  144.  
  145.  
  146.  
  147.